home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 April / Software of the Month Club 1996 April.iso / pc / os2 / htmlchk / mac / hcuterm.mac < prev    next >
Encoding:
Text File  |  1996-02-21  |  1.0 KB  |  17 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hcnTerm - This REXX Macro is called when the report is finished and there*/
  4. /*           is nothing else left to do.  The output file is closed after    */
  5. /*           this Macro Call                                                 */
  6. /*                                                                           */
  7. /*  Valid Variables are:                                                     */
  8. /*      hcReportName    hcReportDescription     hcServerURL                  */
  9. /*      hcServerRoot    hcDocumentRoot          hcTopHTML                    */
  10. /*                                                                           */
  11. /*                                                                           */
  12. /*---------------------------------------------------------------------------*/
  13.  
  14.   Call RxhcLineOut '----- End of Report -----'
  15.  
  16. RETURN
  17.